SetLoggerChannels(string,string,Dictionary<string,Type>) Method

Summary
Sets the logger channels for the specified add-in.
Syntax
C#
C++/CLI
public void SetLoggerChannels( 
   string addinName, 
   string loggerName, 
   Dictionary<string, Type> channels 
) 
public: 
void SetLoggerChannels(  
   String^ addinName, 
   String^ loggerName, 
   Dictionary<String^,Type^>^ channels 
)  

Parameters

addinName
Name of the add-in.

loggerName
Name of the logger.

channels
The list of channels to add to the logger.

Remarks

If the logger does not exist when this method is called it will be created.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.